
This resource address returns status information on the specified group. The group can be identified either by id or name.
| URL Parameters | |
|---|---|
| format | The format of the returned data. Can be either
html, json, or xml (default). This value overrides
the Accept header if both are present. |
Upon success, MarkLogic Server returns status code 200 (OK), and the response body contains the requested data.
manage-user role, or the following
privilege: http://marklogic.com/xdmp/privileges/manage
The structure of the output returned from this REST API is as follows:
idnamemetaThis is a complex structure with the following children:
uricurrent-timeelapsed-timestart-minview-errorThis is a complex structure with the following children:
error-typeerror-nameerror-codeerror-messagerelationsThis is a complex structure with the following children:
relation-groupThis is a complex structure with the following children:
urireftyperefrolerefrelation-countrelationThis is a complex structure with the following children:
qualifiersThis is a complex structure with the following children:
qualifierThis is a complex structure with the following children:
urireftyperefidrefnamerefurireftyperefrolerefidrefnamerefstatus-propertiesThis is a complex structure with the following children:
hosts-status-summaryThis is a complex structure with the following children:
total-hoststotal-hosts-offlinetotal-cpu-stat-systemtotal-cpu-stat-usermemory-process-rssmemory-sizememory-system-totalmemory-process-huge-pages-sizememory-system-freeload-propertiesThis is a complex structure with the following children:
total-loadload-detailThis is a complex structure with the following children:
query-read-loadjournal-write-loadsave-write-loadmerge-read-loadmerge-write-loadbackup-read-loadbackup-write-loadrestore-read-loadrestore-write-loadlarge-read-loadlarge-write-loadexternal-binary-read-loadxdqp-client-receive-loadxdqp-client-send-loadxdqp-server-receive-loadxdqp-server-send-loadforeign-xdqp-client-receive-loadforeign-xdqp-client-send-loadforeign-xdqp-server-receive-loadforeign-xdqp-server-send-loadread-lock-wait-loadread-lock-hold-loadwrite-lock-wait-loadwrite-lock-hold-loaddeadlock-wait-loadrate-propertiesThis is a complex structure with the following children:
total-raterate-detailThis is a complex structure with the following children:
memory-process-swap-ratememory-system-pagein-ratememory-system-pageout-ratememory-system-swapin-ratememory-system-swapout-ratequery-read-ratejournal-write-ratesave-write-ratemerge-read-ratemerge-write-ratebackup-read-ratebackup-write-raterestore-read-raterestore-write-ratelarge-read-ratelarge-write-rateexternal-binary-read-ratexdqp-client-receive-ratexdqp-client-send-ratexdqp-server-receive-ratexdqp-server-send-rateforeign-xdqp-client-receive-rateforeign-xdqp-client-send-rateforeign-xdqp-server-receive-rateforeign-xdqp-server-send-rateread-lock-ratewrite-lock-ratedeadlock-rateservers-status-summaryThis is a complex structure with the following children:
request-rateexpanded-tree-cache-miss-rateexpanded-tree-cache-hit-raterequest-countrelated-viewsThis is a complex structure with the following children:
related-viewThis is a complex structure with the following children:
view-typeview-nameview-uri
http://localhost:8002/manage/v2/groups/Default?view=status
==> Returns status information on the Default group.